accessible: Add gtk_accessible_get_platform_state
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 23:00:03 +0000 (19:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 01:45:41 +0000 (21:45 -0400)
commitade9e4b82af90666711474b00b2342b1380937f1
tree713940f4b83f8babf16b2fac526a2d4eff7b9153
parent663934b2dcb3769e122e56adf1efcf333d3cee5c
accessible: Add gtk_accessible_get_platform_state

As a companion to go with the platform_change api,
add a gtk_accessible_get_platform_state() function
that can be used by backends to get the platform
state.

This is in preparation for making entries inherit
their focus states from the text widget within.
gtk/gtkaccessible.c
gtk/gtkaccessibleprivate.h
gtk/gtkatcontextprivate.h
gtk/gtkwidget.c